home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / dtype / fontdt12.lha / Src / font.rev.i < prev    next >
Text File  |  1996-05-06  |  955b  |  34 lines

  1. *
  2. *    font.rev.i - revision history for Font DataType
  3. *    Copyright © 1995-96 Michael Letowski
  4. *    
  5. *    39.1 (1.4.95) - initial version
  6. *    39.2 (19.5.95)
  7. *        ! minor bug fix in OTags code
  8. *        ! minor bug fix in color setting
  9. *        + added FOREGROUND and BACKGROUND options
  10. *        + FONTNAME option can be used together with STRINGS
  11. *    39.3 (8.7.95)
  12. *        ! fixed bug in outlines opening code
  13. *        + slightly changed format of prefs file
  14. *        + added DPI option
  15. *        ! fixed major bug in charset creation code
  16. *    39.4 (6.5.96)
  17. *        + viewed fonts no longer need to be in FONTS: path
  18. *        + config files may span several lines now
  19. *        ! fixed memory leak in preferences allocation/freeing
  20. *        * various internal optimizations shorten code
  21. *
  22. *    To do:
  23. *        ! OpenDiskFont() takes too much stack space - consider using
  24. *            own stack
  25. *
  26.  
  27. PROG_NAME    equ    "font.datatype"
  28. PROG_ID        equ    "font"
  29. PROG_VERSION    equ    39
  30. PROG_VERSION_S    equ    "39"
  31. PROG_REVISION    equ    4
  32. PROG_REVISION_S    equ    "4"
  33. PROG_DATE    equ    "6.5.96"
  34.